crypto/tls.certificateRequestMsg.certificateTypes (field)
9 uses
crypto/tls (current package)
handshake_client.go#L1221: for _, certType := range certReq.certificateTypes {
handshake_messages.go#L1719: certificateTypes []byte
handshake_messages.go#L1726: length := 1 + len(m.certificateTypes) + 2
handshake_messages.go#L1743: x[4] = uint8(len(m.certificateTypes))
handshake_messages.go#L1745: copy(x[5:], m.certificateTypes)
handshake_messages.go#L1746: y := x[5+len(m.certificateTypes):]
handshake_messages.go#L1790: m.certificateTypes = make([]byte, numCertTypes)
handshake_messages.go#L1791: if copy(m.certificateTypes, data) != numCertTypes {
handshake_server.go#L651: certReq.certificateTypes = []byte{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)